home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
SpellThis.dxr
/
Internal_25_super sponge.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
268 b
|
27 lines
property pSprite, spriteNum
on beginSprite me
pSprite = sprite(spriteNum)
pSprite.blend = 0
end
on mouseDown me
nothing()
end
on mouseUp me
nothing()
end
on mouseWithin me
nothing()
end
on mouseEnter me
nothing()
end
on mouseLeave me
nothing()
end